← Index
NYTProf Performance Profile   
For ../prof.pl
  Run on Wed Dec 14 16:10:05 2022
Reported on Wed Dec 14 16:12:58 2022

Filename(eval 260)[/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm:148]
StatementsExecuted 24 statements in 68µs
Eval Invoked At/Users/ether/.perlbrew/libs/36.0@std/lib/perl5/Class/Method/Modifiers.pm line 148
Sibling evals1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19
Subroutines
Calls P F Exclusive
Time
Inclusive
Time
Subroutine
81191µs22.3msJSON::Schema::Modern::Document::::hasJSON::Schema::Modern::Document::has
Call graph for these subroutines as a Graphviz dot language file.
Line State
ments
Time
on line
Calls Time
in subs
Code
1package JSON::Schema::Modern::Document;
2
# spent 22.3ms (91µs+22.3) within JSON::Schema::Modern::Document::has which was called 8 times, avg 2.79ms/call: # 8 times (91µs+22.3ms) by MooX::HandlesVia::has at line 31 of MooX/HandlesVia.pm, avg 2.79ms/call
sub has {
388µs for my $method (@$before) {
4819µs8273µs $method->(@_);
# spent 273µs making 8 calls to MooX::TypeTiny::__ANON__[MooX/TypeTiny.pm:25], avg 34µs/call
5 }
6841µs822.0ms $$wrapped->(@_);}
# spent 22.0ms making 8 calls to Moo::has, avg 2.75ms/call
7;